GET api/Master/Atmospheres?productCategoryId={productCategoryId}&brandId={brandId}&seriesId[0]={seriesId[0]}&seriesId[1]={seriesId[1]}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productCategoryId

string

None.

brandId

string

None.

seriesId

Collection of string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Atmosphere
NameDescriptionTypeAdditional information
AtmosphereId

string

None.

AtmosphereName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AtmosphereId": "sample string 1",
    "AtmosphereName": "sample string 2"
  },
  {
    "AtmosphereId": "sample string 1",
    "AtmosphereName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAtmosphere xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Showroom2020.ClientLogic.ResponseModel">
  <Atmosphere>
    <AtmosphereId>sample string 1</AtmosphereId>
    <AtmosphereName>sample string 2</AtmosphereName>
  </Atmosphere>
  <Atmosphere>
    <AtmosphereId>sample string 1</AtmosphereId>
    <AtmosphereName>sample string 2</AtmosphereName>
  </Atmosphere>
</ArrayOfAtmosphere>